/*
Theme Name: Saizen
Author: Immaculate UK Ltd
Author URI: https://immaculate.co.uk
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 0.0.1
Text Domain: saizen-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.625;
  font-size: 16px;
  overflow-x: hidden;
}

.page-id-56 .entry-title {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

* {
  transition: color 0.75s ease-in-out, background-color 0.75s ease-in-out, background-image 0.75s ease-in-out;
}

a {
  background-color: transparent;
  font-weight: bold;
  color: #503291;
}

#main-nav {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: #503291;
}
.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    justify-content: space-between;
}
.navbar .dropdown {
  margin: auto;
}

#dropdownMenuButton {
  border: 0;
  color: #503291;
  font-size: 2rem;
  outline: 0;
}

.navbar-toggler-icon {
  border-color: #503291;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(80, 50, 145, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.dropdown-menu-center {
  background: #503291;
  border: 0;
  border-radius: 20px;
  min-width: 12rem;
  text-align: center;
  color: #2dbecd;
  font-family: tasse, sans-serif !important;
  font-size: 2rem;
}

.dropdown-menu.dropdown-menu-center a {
  color: #2dbecd;
  line-height: 1.3;
}

.dropdown-menu.dropdown-menu-center a:hover,
  .dropdown-menu.dropdown-menu-center a.currentmenuitem {
  color: #eb3c96;
}

.dropdown-menu-center {
  /*right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
*/
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  font-weight: normal;
}

.tab-widget {
  margin-bottom: 2em;
}

.page-id-54 h2,
.page-id-56 h2 {
  color: #2dbecd;
  font-weight: 100 !important;
}

.block-resources-5050 h2,
.page-template-resources h2 {
  color: #2dbecd;
}
.block-resources-5050 h2 .purple-text, {
  color: #503291;
}

a.pill-link {
  background: #503291;
  padding: 10px 25px;
  border-radius: 27px 27px 27px 0;
  font-size: 1.75rem;
  font-family: Tasse;
  color: white;
  transition: background 0.75s ease-in-out;
  text-decoration: none;
}

a.pill-link.pl-reversed {
  background: #2dbecd;
}

a.pill-link.pl-reversed:hover {
  background: #503291;
}
a.pill-link.pl-reversed.pl-pt {
  color: #503291;
  transition: all 0.75s ease-in-out;
}

a.pill-link.pl-reversed.pl-pt:hover {
  color: #fff;
}

.block-resources-5050 a.pill-link,
.block-resources-grid a.pill-link, {
    margin-top: 2rem;
    display: inline-block;
    line-height: 1;
    color: #503291;
    font-weight: 500;
    transition: all 0.75s ease-in-out;
}
.block-resources-grid a.pill-link {
  margin-top:0;
}
.block-resources-5050 a.pill-link:hover,
.block-resources-grid a.pill-link:hover {
  color:#fff;
}
.wp-block-table {
  border: 1px solid #503291;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.wp-block-table td {
  border: 1px solid #503291;
  padding: 0.4em;
}

.wp-block-table td:nth-child(1) {
  width: 20%;
}

.wp-block-table td:nth-child(2) {
  max-width: 10%;
  word-wrap: anywhere;
}

.wp-block-table td:nth-child(3) {
  width: 30%;
}

.wp-block-table td:nth-child(4) {
  width: 30%;
  word-wrap: anywhere;
}

a.pill-link:hover {
  background: #2dbecd;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #503291;
  font-family: tasse, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

h1 {
  font-size: 3rem;
  padding-bottom: 0px;
}

h1 p,
h2 p {
  margin: 0;
}

h2 {
  font-size: 2.25rem;
  padding-bottom: 0em;
  line-height: 1.1;
}

h3 {
  font-size: 1.56rem;
  line-height: 25px;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.1;
}

h4 p {
  margin-bottom: 0;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 3rem;
}
.purple-text {
  color:#503291 !important;
}

/*--------------------------------------------------------------
# Growlink
--------------------------------------------------------------*/
#growlink {
  margin-bottom: 2rem;
}

.home #growlink {
  margin-bottom: 0;
}

#growlink h1 {
  margin-top: 0;
}

#growlink h2 {
  color: #2dbecd;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.growlink-logo {
  margin-bottom: 0.68rem;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #2dbecd;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0), inset 0 -1px 0 rgba(0,0,0,0);
  /*padding: .74rem 1rem 3rem;*/
  padding: 2rem 1rem 2rem;
    background: url(header-bg.png);
  background-size: cover;
  position: relative;
}
header#masthead .navbar {
  display: block;
}
.navbar-brand > a {
  color: #503291;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
font-family: tasse, sans-serif !important;
font-weight: 400;
font-style: normal;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.site-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 40vw;
  max-width: 380px;
  z-index: 1;
}
.site-logo2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 35vw;
  max-width: 330px;
  z-index: 1;
}
.navbar-light .navbar-toggler {
margin:auto;
}
header#masthead .navbar {
  text-align: center;
}
@media screen and (max-width:769px) {
  #navbarSupportedContent {
    display: none !important;
  }
  header#masthead .navbar {
    text-align: right;
}
.dropdown-menu-center {
  right: 0;
  left: auto;
}
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }

  .site-logo {
    position: absolute;
    left: calc((100vw - 1140px) / 2);
    top: 0;
    width: 18vw;
    z-index: 9;
    max-width: 380px;
  }
  .site-logo2 {
    position: absolute;
    right: calc((100vw - 1140px) / 2);
    top: 0;
    width: 16vw;
    z-index: 9;
    max-width: 330px;
}
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
  100% {
    transform:translate(-50%, 0rem);
    opacity: 1;
  }
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
body:not(.theme-preset-active) #masthead .nav > li > a {
  color: #503291;
 /*padding: 0.5rem 2rem 2.5rem;*/
 /*padding: 0rem 2rem 0rem;*/
  font-size: 1.5rem;
font-family: tasse, sans-serif;
font-weight: 400;
font-style: normal;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .nav > li > a:hover,
body:not(.theme-preset-active) #masthead .nav > li.current_page_item > a {
  color: #eb3c96;
  /*font-weight: 600;*/
  background: transparent;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary h1,
#secondary h2 {
  margin-top:0;
}
.widget {
    background: #F5F5F5;
  border-radius: 0 50px 50px 50px;
  padding: 18px 25px;
  margin-bottom: 2rem;
  /* Make sure select elements fit in widgets. */
}
#footer-widget .widget {
  background: #2dbecd;
  color:white;
}
#footer-widget .widget h3 {
  font-size: 2.25rem;
margin-top: 0;
}
p.tel-location {margin-bottom: 0;}
.widget .tel {
  font-family: Tasse;
  color:#2dbecd;
  font-size: 2em;
  line-height: 1;
  font-weight: normal!important;
}

.widget select {
  max-width: 100%;
}


.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 1.75rem;
  padding-top: 2.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  #content.site-content {
      padding-bottom: 1.75rem;
      padding-top: 7em;
  }
}

/*--------------------------------------------------------------
## Vertical Tabs
--------------------------------------------------------------*/
.tab-widget .row {
  margin:0;
}
.video-player-nav {
  border-bottom:0;
  display: block;
  }

  .video-player-nav li {
  width:100%;
  border-top:2px solid #503291 !important;
  font-family: tasse, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.56rem;
line-height: 1;
}
.video-player-nav li p {
  margin-bottom: 0;
}
.video-player-nav li:nth-last-of-type(1) {
  border-bottom:2px solid #503291 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
    color: #503291 !important;
    background-color: transparent;
    border: 0;
    transition: background 0.75s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #503291;
    background-color: #2dbecd;
    border: 0;
    border-radius: 0;
}

.video-player-content {
  padding-right: 0;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
  background-image: url('footer-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 1.5rem 0;
}
.merck-footer-logo {
  height: auto;
width: 23vw;
position: absolute;
right: 0;
bottom: 0;
}
.footer-title {
  font-size: 1.18rem;
  font-family: Tasse, sans-serif;
  line-height: 1;

margin-bottom: 0.5rem;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #503291;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
  padding-right: 2.5rem;
}
html body.page-template.page-template-growlink.page-template-growlink-php.page.page-id-49.logged-in.admin-bar.customize-support div#page.site div#content.site-content div.container div.row section#primary.content-area.col-sm-12.col-lg-8 main#main.site-main article#post-49.post-49.page.type-page.status-publish.hentry div#growlink.entry-content div.widget.col-sm-12.tab-widget {
  margin-bottom: 1em;
}

#footer-widget {
  margin-bottom: 1.75rem !important;
}
#footer-widget a,
#footer-widget a:hover {
    color: white;
    text-decoration: none;
}
#footer-nav a:hover {
    color: #eb3c96 !important;
}

#footer-nav {
  font-family: tasse;
font-size: 1.25rem;
color:#2dbecd;
}
#footer-nav .nav-link:nth-of-type(1) {
  padding-left: 0;
}
#footer-nav {
  width:100%;
}
#footer-nav ul li {
    display: inline-block;
    width: auto;
}
#footer-nav ul li a {
  display: inline;
}
#footer-nav ul {
  width:100%;
  display: block;
}
.job-code-section {
  display: none;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/

.custom-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}
.custom-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0.5rem;
    transition: all 0.75s ease-in-out;
}
.custom-list li:before {
    content: '';
    width: 27px;
    height: 23px;
    position: absolute;
    background-image: url('list-icon.png');
    background-size: 26px 21px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-list li:hover:before {
      background-image: url('list-icon-active.png');
}
.custom-list li a {
  color: #503291;
  text-decoration: none;
  font-weight: 800;
}
.custom-list li a:hover {
  color:#2dbecd;
  text-decoration: none;
}
.custom-list.list-low-margin {
  margin-top:0;
}




.custom-list-bullet {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}
.custom-list-bullet li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0.5rem;
    transition: all 0.75s ease-in-out;
}
.custom-list-bullet li:before {
    content: '';
    width: 27px;
    height: 23px;
    position: absolute;
background-image: url('purple-bullet.svg');
background-size: 8px 9px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0.8em;
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
#patientPopupMask {
  width:100vw;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,1);
  z-index: 999;
}
#patientPopup {
    position: absolute;
    top: 50%;
    width: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    padding: 4rem 5rem;
    border: solid 4pt #2dbecd;
    z-index: 9999;
}
#cookiePopup {
    width: 100%;
    background: white;
    padding: 2rem 5rem;
    border: solid 4pt #2dbecd;
    display:none;
}
#cookiePopup .popup-content {
  text-align: center;
}
.popup-title {
    font-family: tasse, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom:1em;
    color: #503291;
}
.popup-confirmation {
    font-family: tasse, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom:1em;
    color: #503291;
}
.popup-action {
  text-align: center;
  width:100%;
  justify-content: space-between;
  display: flex;
}
#cookiePopup .popup-action {
  text-align: center;
  width:100%;
  justify-content: center;
  display: flex;
}
.popup-action a {
  cursor: pointer;
}


/**
* Resources 50/50 Block
**/
.block-resources-5050 {
  margin-bottom: 4rem;
}

.block-resources-grid {
  margin-top:4rem;
}
.block-resources-grid h2 {
    margin: 15px auto 15px;
    color:#2dbecd;
}
.block-resources-5050 img {
  margin-bottom:2rem;
      max-width: 220px;
}
/**
* Resources Header Kids
**/
.page-template-resources-php #content,
.page-template-stories-php #content,
.page-template-bens-story-php #content,
.page-template-nathans-story-php #content {
  padding-top:0 !important;
}
#resourcesHeaderKids {
  min-height: 450px;
  background-image: url(kids-resources-header@2x.png);
  background-size: cover;
  background-position: center top;
}
.page-template-resources-php .entry-content {
  margin-top: 5rem;
}
.resources-header,
.resources-header > .container {
  display: flex;
}
.resources-header .row {
     align-self: center;
     align-items: center;
}
#resourcesHeaderKids .resources-header-text {
  font-family : Tasse;
  font-size : 48px;
  line-height : 1; 
  color : #FFFFFF !important;
}
/**
* Resources Header Teens
**/

#resourcesHeaderTeens {
  background-image: url(teens-resources-header-bg@2x.png);
  background-size: cover;
  background-position: center top;
}
.resources-header,
.resources-header > .container {
  display: flex;
}
.resources-header .row {
     align-self: center;
     align-items: center;
}
.resources-header-text {
  font-family : Tasse;
  font-size : 48px;
  line-height : 1;
  color : #503291;
}
/***
* Stories
***/
#storiesHeaderKids {
  background-image: url(kids-stories-header-bg.png);
  background-size: cover;
  background-position: center top;
  padding:2rem 0;
}
#storiesHeaderKids > .row {
  justify-content: space-between;
}
#storiesHeaderKids > .row > .col {
  justify-content:center;
  display: flex;
}
#storiesHeaderKids .left-image {
  max-width: 555px;
}
#storiesHeaderKids .center-image {
  max-width: 450px;
}
#storiesHeaderKids .right-image {
  max-width: 430px;
  padding-right: 2rem;
}

#teensHeaderKids {
  background-image: url(nathans-story-header-bg.png);
  background-size: cover;
  background-position: left bottom;
  padding:0rem 0;
  background-color: #eae834;
}
#teensHeaderKids > .row {
  justify-content: space-between;
}
#teensHeaderKids > .row > .col {
  justify-content:center;
  display: flex;
}
#teensHeaderKids .spacer {
  max-width: 330px;
  padding: 0;
}
#teensHeaderKids .center-image {
  max-width: 660px;
}
#teensHeaderKids .right-image {
  max-width: 430px;
  padding-right: 2rem;
}


#bensStoryHeader {
  background-image: url(bens-story-header-bg.png);
  background-size: cover;
  background-position: right top;
  position: relative;
  padding: 2rem 0;
  min-height: 450px;
      display: flex;
    flex-direction: row;
    align-content: center;
}
#bensStoryHeader > .row {
  justify-content: center;
  flex-direction: row;
    width: 100%;
        align-content: center;
}
#bensStoryHeader > .row > div {
  justify-content:center;
  color: white !important;
}
#bensStoryHeader > .row > div * {
  color: white !important;
}
#bensStoryHeader > img {
  position: absolute;
  height:100%;
  top: 0;
  max-width: none;
}
#bensStoryHeader > img.bens-story-header-left {
  height:90%;
  top:5%;

  left:5%;
}
.bens-story-header-right {
  right:0;
}




#nathansStoryHeader {
  background-image: url(teen-header-bg.svg);
  background-size: cover;
  background-position: right top;
  position: relative;
  padding: 2rem 0;
  min-height: 450px;
      display: flex;
    flex-direction: row;
    align-content: center;
}
#nathansStoryHeader > .row {
  justify-content: center;
  flex-direction: row;
    width: 100%;
        align-content: center;
}
#nathansStoryHeader > .row > div {
  justify-content:center;
  color: white !important;
}
#nathansStoryHeader > .row > div * {
  color: white !important;
}
#nathansStoryHeader > img {
  position: absolute;
  height:100%;
  top: 0;
}
/***
* CB 76 Block 
***/
.block-cb-76 {
  padding:2rem 0 1rem;
  position: relative;
}
.block-cb-76 h2 {
  color: #2dbecd;
}
.block-cb-76-bg {
  padding:5rem 0 2rem;
}
.cb-76-white-text *,
.cb-76-white-text h2 {
  color: white;
}
.cb-76-white-text.cb-76-keep-purple h2 {
  color: #503291;
}
.block-cb-76-bg a {
  color: #eb3c96;
}
.block-cb-76 > img {
      position: absolute;
    right: 0;
    bottom: -2px;
    max-width: 45%;
    max-height: 100%;
}
.block-cb-76 blockquote p,
.block-cb-76.cb-76-white-text blockquote p {
  font-family : Tasse;
  font-size : 48px;
  line-height : 52px;
  color : #522583 !important;
  max-width: 300px !important;
}


#cb-76-block_610284fd7a34c.block-cb-76 blockquote p {
  color:#fdbb3e !important;
}

#cb-76-block_610284fd7a34c img.move-image {
    position: absolute;
    z-index: 1;
    bottom: -4rem;
}
#cb-76-block_6102855a7a34d h2 {
  color:#fff;
}
#cb-76-block_6102855a7a34d .col-md-7 p,
#cb-76-block_6102881a110cd .col-md-7 p,
#cb-76-block_6102881a110cd .col-md-7 p sup,
#cb-76-block_6102855a7a34d .col-md-7 p sup {
  color:#000 !important;
}
#cb-76-block_6102855a7a34d img.move-image {
position: absolute;
    z-index: 1;
    bottom: -7rem;
    width: 250px;
    }

  #cb-76-block_6102880c110cc .row > div {
    align-self: center;
  }
  #cb-76-block_6102880c110cc img {
    max-width: 230px;

  }

  #cb-76-block_6102881a110cd img.move-image {
position: absolute;
    z-index: 1;
    bottom: -10rem;
    max-width: 250px;
    right: 2rem;
    }
    #cb-76-block_61028aec110ce {
      padding: 10rem 0 8rem;
    }

    #cb-76-block_61028aec110ce  img.move-image {
position: absolute;
    z-index: 1;
    bottom: -12rem;
    max-width: 250px;
    left: 2rem;
    }


    #cb-76-block_61029eecb9ae7.block-cb-76 blockquote,
    #cb-76-block_61029eecb9ae7.block-cb-76 blockquote p {
      max-width:350px;
      color:#EB3C96 !important;
    }
    #cb-76-block_61029eecb9ae7 .col-md-5 {
      -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
        margin-left: 8.333333%;
    }
    #cb-76-block_6102a143b9ae8 {
      overflow: hidden;
    }
    #cb-76-block_6102a143b9ae8 .image-move {
    position: absolute;
    z-index: 2;
    left: -20%;
    }
    #cb-76-block_6102a143b9ae8 .col-md-7:before {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
    z-index: 1;
    background-image: url(grung-bg-paint.svg);
    background-size: cover;
}
    #cb-76-block_6102a143b9ae8 .col-md-7 p,
    #cb-76-block_6102a143b9ae8 .col-md-7 h2 {
      z-index: 2;
      position: relative;
      color: #522583 !important;
    }
    #cb-76-block_6102a143b9ae8 .col-md-7 h2:nth-of-type(2) {
      color:#2dbecd !important;
    }

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media (max-width: 1450px) {
  .site-logo {
    width: 21vw;
  }
  .site-logo2 {
    width: 20vw;
  }
  #patientPopup {
    width: 60%;
  }

}

@media (max-width: 1250px) {
  .site-logo {
    width: 24vw;
  }
  .site-logo2 {
    width: 23vw;
  }

}

@media (max-width: 992px) {
  .site-logo {
      left: calc((100vw - 720px) / 2);
      width: 28vw;
  }
  .site-logo2 {
    right: calc((100vw - 720px) / 2);
    width: 25vw;
  }
}
@media (max-width: 900px) {
  #patientPopup {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .site-logo {
      left: calc((100vw - 720px) / 2);
      width: 30vw;
  }
  .site-logo2 {
    right: calc((100vw - 720px) / 2);
    width: 27vw;
  }
  
}
@media (max-width: 750px) {
  .site-logo {
      left: calc((100vw - 540px) / 2);
      width: 28vw;
  }
  .site-logo2 {
    right: calc((100vw - 540px) / 2);
    width: 25vw;
  }
  #content.site-content {
    padding-top: 11vw;
  }
}
@media (max-width: 670px) {
  .popup-action {
    flex-direction: column;
  }
  .popup-action a {
    margin-bottom: 1rem;
  }
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
  html {
    font-size: 90%;
  }
  .site-logo {
      left: calc((100vw - 960px) / 2);
  }
  .site-logo2 {
    right: calc((100vw - 960px) / 2);
  }
  .merck-footer-logo {
    height: auto;
    width: 37vw;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .merck-footer-logo {
    height: auto;
    width: 43vw;
  }
  #easpodHeaderCharacter {
    right: -7%;
    top: 73%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  #secondary {
    margin-top: 1.5rem;
  }
  #easpodHeaderCharacter {
    right: -7%;
    top: 74%;
  }
}
/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  header#masthead {
    padding: .74rem 1rem;
    z-index: 9;
  } 
  footer .container .row .col-md-1 {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  footer .container .row .col-md-6 {
    text-align: center;
    padding: 0 3rem !important;
  }
  footer .container .row .col-md-1 img {
    max-width:40px;
  }
  .merck-footer-logo {
    display: none;
  }
  footer,
  footer .container.pb-3 {
    padding-bottom: 0 !important;
  }
  .job-code-section {
    padding:1.5rem 3rem;
    background-color: #28B8CE;
    color:#503291;
    text-align: center;
    font-family: tasse;
    font-size: 150%;
    margin-top:1.5rem;
    display: block;
  }
  .job-code-section img {
    max-width: 33%;
    margin-bottom:1rem;
  }
  .site-logo2 {
    right: 15px;
    width: 38vw;
  }
  .site-logo {
    left: 15px;
    width: 39vw;
  }
  .video-player-content {
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .video-player-nav {
    padding-right: 0;
  }
  #easpodHeaderCharacter {
    position: absolute;
    right: -20%;
    top: 88%;
}
#easypod {
    padding-top: 19rem !important;
}
#easypodGetStarted {
    padding: 8rem 2rem 2rem 2rem !important;
    margin-top:0 !important;
  }


#easypod h3 {
    font-size: 3rem !important;
}
#easypod ul {
    padding-left: 1.1rem !important;
    font-size: 1rem;
}
#easypod h4 {
    font-size: 2.3rem !important;
  }
  #easypodHeaderText h1 {
    display: none;
  }

  #patientPopup {
    width: 90%;
    padding: 2rem 2rem;
  }
  #cookiePopup {
    padding: 2rem 1rem;
  }
  #cookiePopup a {
    font-size:1.55rem;
  }




}

#easypodHeaderTextMobile h1 {
color: white;
font-size: 2.5rem;
}
#easypodHeaderTextMobile p {
  display:none;
}


#easpodHeaderCharacter {
    position: absolute;
    right: 0;
    top: 58%;
}





@media screen and (max-width: 1730px) {
  #easpodHeaderCharacter {
    position: absolute;
    right: 0;
    top: 77%;
  }
}
@media screen and (max-width: 1590px) {
  #easpodHeaderCharacter {
    position: absolute;
    right: 0;
    top: 83%;
  }
}
@media screen and (max-width: 1160px) {
  #easpodHeaderCharacter {
    position: absolute;
    right: -5%;
    top: 69%;
  }
}
@media screen and (max-width: 1140px) {
  #easpodHeaderCharacter {
    position: absolute;
    right: -5%;
    top: 77%;
  }
}

@media screen and (max-width: 1040px) {
  #easpodHeaderPullout {
    padding: 2rem 5vw 2rem 2rem !important;
  }
  #easpodHeaderCharacter {
    position: absolute;
    right: -5%;
    top: 70%;
  }
}
@media screen and (max-width: 990px) {
  #easpodHeaderPullout {
    padding: 2rem 5vw 2rem 2rem !important;
  }
  #easpodHeaderCharacter {
    position: absolute;
    right: -5%;
    top: 62%;
  }
}
@media screen and (max-width: 890px) {
  #easpodHeaderPullout {
    padding: 2rem 5vw 2rem 2rem !important;
  }
  #easpodHeaderCharacter {
    position: absolute;
    right: -7%;
    top: 62%;
  }
}
@media screen and (max-width: 768px) {
  #easpodHeaderCharacter {
    right: -7%;
    top: 74%;
  }
}


